home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / commercial / inovatronics / candodemo / helpfiles / sounds  < prev    next >
Text File  |  1994-11-17  |  2KB  |  94 lines

  1. C- Audio                |audio|
  2. C- LoadSound            |loadsound|
  3. C- PlaySound            |playsound|
  4. C- PlaySoundSequence    |playsoundsequence|
  5. C- SetChannel            |setchannel|
  6. C- SetVolume            |setvolume|
  7. F- TimeLeftOnChannel    |timeleftonchannel|
  8. [E]
  9.  
  10. |audio|
  11. WT Audio {Logical} [,{Channel}]
  12. PT This will turn 
  13. BS On
  14. PT  or 
  15. BS Off
  16. PL  the audio channels.
  17. PL Optionally you can give a specific channel
  18. PL to change.
  19. ED
  20.  
  21. |loadsound|
  22. WT LoadSound {FilePath} [,{SoundBufferName} [,<loadflags>]]
  23. PL Preloads an 8SVX digitized sound.  See the
  24. PL manual for a full description of this
  25. PL command.
  26. PL
  27. PT SEE ALSO: 
  28. BS PlaySound
  29. PT  and 
  30. BS PlaySoundSequence
  31. PT .
  32. ED
  33.  
  34. |playsound|
  35. WT PlaySound {SoundBufferName} [,<audioflags> [,{PeriodRate}]]
  36. PL Plays an 8SVX digitized sound.  See the
  37. PL manual for a full description of this
  38. PL command.
  39. PL
  40. PT SEE ALSO: 
  41. BS LoadSound
  42. PT  and 
  43. BS PlaySoundSequence
  44. PT .
  45. ED
  46.  
  47. |playsoundsequence|
  48. WT PlaySoundSequence {DocumentBufferName} [,<audioflags> [,PeriodRate}]]
  49. PL This will play the sounds listed in the
  50. PL given document in sequence.  See the manual
  51. PL for a full description of this command.
  52. PL
  53. PT SEE ALSO: 
  54. BS LoadSound
  55. PT  and 
  56. BS PlaySound
  57. PT .
  58. ED
  59.  
  60. |setchannel|
  61. WT SetChannel {ChannelNumber}
  62. PL Specifies the channel that is used for
  63. PT the next 
  64. BS PlaySound
  65. PT  or 
  66. BS PlaySoundSequence
  67. PL 
  68. PL command.  Normally these commands use
  69. PL any available channel.  NOTE: if any other
  70. PL application is using the {ChannelNumber}
  71. PL the sound will not be played.
  72. ED
  73.  
  74. |setvolume|
  75. WT SetVolume {Integer} [,{ChannelNumber}]
  76. PL Sets the volume for subsequently played
  77. PL sounds, but not of the currently playing
  78. PL sound.  The volume is between 0 and 64.
  79. PL If channel is not specified then all
  80. PL channels will be effected.
  81. PT SEE ALSO: 
  82. BS SetChannel
  83. PT .
  84. ED
  85.  
  86. |timeleftonchannel|
  87. WT {Integer}=TimeLeftOnChannel({ChannelNumber})
  88. PL Returns the number of seconds remaining
  89. PL for a sound playing on the specified
  90. PL channel.
  91. ED
  92.  
  93.  
  94.